Serializes the specified object to a JSON string using a collection of
JsonConverter.
'宣言
Public Overloads Shared Function SerializeObject( _
ByVal As System.Object, _
ByVal As System.Collections.Generic.IList(Of JsonConverter) _
) As System.String
public static System.string SerializeObject(
System.object ,
System.Collections.Generic.IList<JsonConverter>
)
パラメータ
- obj
- The object to serialize.
- jsCters
- A collection of JsonConverter
戻り値の型
A JSON string representation of the object.